-
Notifications
You must be signed in to change notification settings - Fork 155
feat: add Hosting.MailPit docs for the pr under CommunityToolkit #2633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@dotnet-policy-service agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This article needs to be added to the TOC, under here: https://github.com/dotnet/docs-aspire/blob/main/docs/toc.yml#L289
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @copilot could you please add this article to the TOC?
Hey @prom3theu5 - please see prom3theu5#1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request adds comprehensive documentation for the MailPit hosting integration in the .NET Aspire Community Toolkit. The PR provides detailed guidance on how to use the MailPit container within .NET Aspire applications.
- Creates a new documentation file for the MailPit hosting integration with complete usage examples
- Updates the community toolkit overview to include the new MailPit integration
- Provides examples for basic hosting, data volumes, and data bind mounts
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/community-toolkit/hosting-mailpit.md | New documentation file providing comprehensive guidance on using the MailPit hosting integration |
docs/community-toolkit/overview.md | Updated to include the MailPit integration in the list of available community toolkit packages |
@@ -45,6 +45,9 @@ The community toolkit is a growing project, publishing a set of NuGet packages. | |||
- The [Rust apps](https://www.rust-lang.org/) integration provides support for hosting Rust applications. | |||
- [📄 .NET Aspire Rust hosting integration](hosting-rust.md#hosting-integration). | |||
- [📦 CommunityToolkit.Aspire.Hosting.Rust](https://nuget.org/packages/CommunityToolkit.Aspire.Hosting.Rust). | |||
- The [MailPit](https://mailpit.axllent.org/) integration enables hosting MailPit containers. | |||
- [📄 .NET Aspire MailPit hosting integration](https://github.com/CommunityToolkit/Aspire/tree/main/src/CommunityToolkit.Aspire.Hosting.MailPit). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link should point to the new documentation file (hosting-mailpit.md) instead of the GitHub repository source code, following the pattern established by other integrations in this list.
Copilot uses AI. Check for mistakes.
This pull request adds supporting documentation for the MailPit hosting integration in the Community Toolkit tracked by CommunityToolkit/Aspire#476
Internal previews